home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-05-07 | 532 b | 21 lines | [TEXT/DWat] |
- % Shift the graph frame up by its current height
- graphframe gleft gright gtop gtop gtop gbottom - +
-
- % Set the limits of the graph to make positioning the label easier
- graphlimits 0 1 0 1
- % Move to a position just outside of the frame
- moveto 1.1 .5
-
- % Turn clip to frame off so the label will be visible
- cliptoframe false
-
- % Draw the label at twice the current scale
- scale scale 2 *
- drawlabel centerright &1
- scale scale .5 *
-
- % Turn clip to frame back on
- cliptoframe true
-
- % Hide this window (so it doesn't clutter the desktop)
- hide